[INFO] fetching crate tokio-kcp-neo 0.1.1...
[INFO] testing tokio-kcp-neo-0.1.1 against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] extracting crate tokio-kcp-neo 0.1.1 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate tokio-kcp-neo 0.1.1
[INFO] finished tweaking crates.io crate tokio-kcp-neo 0.1.1
[INFO] tweaked toml for crates.io crate tokio-kcp-neo 0.1.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tokio-kcp-neo 0.1.1 on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate tokio-kcp-neo 0.1.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] de245c41b22a7d513d226c08aebdfe93ca7d21c6b6a505f897c3141eacc81494
[INFO] running `Command { std: "docker" "start" "de245c41b22a7d513d226c08aebdfe93ca7d21c6b6a505f897c3141eacc81494", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "de245c41b22a7d513d226c08aebdfe93ca7d21c6b6a505f897c3141eacc81494" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "de245c41b22a7d513d226c08aebdfe93ca7d21c6b6a505f897c3141eacc81494", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "de245c41b22a7d513d226c08aebdfe93ca7d21c6b6a505f897c3141eacc81494" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]    Compiling tokio-kcp-neo v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c: In function 'ikcp_segment_new':
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c:179:42: warning: unused parameter 'kcp' [-Wunused-parameter]
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:   179 | static IKCPSEG *ikcp_segment_new(ikcpcb *kcp, int size)
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:       |                                  ~~~~~~~~^~~
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c: In function 'ikcp_segment_delete':
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c:185:41: warning: unused parameter 'kcp' [-Wunused-parameter]
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:   185 | static void ikcp_segment_delete(ikcpcb *kcp, IKCPSEG *seg)
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:       |                                 ~~~~~~~~^~~
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c: In function 'ikcp_qprint':
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c:226:30: warning: unused parameter 'name' [-Wunused-parameter]
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:   226 | void ikcp_qprint(const char *name, const struct IQUEUEHEAD *head)
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:       |                  ~~~~~~~~~~~~^~~~
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c:226:61: warning: unused parameter 'head' [-Wunused-parameter]
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:   226 | void ikcp_qprint(const char *name, const struct IQUEUEHEAD *head)
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.45s
[INFO] running `Command { std: "docker" "inspect" "de245c41b22a7d513d226c08aebdfe93ca7d21c6b6a505f897c3141eacc81494", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "de245c41b22a7d513d226c08aebdfe93ca7d21c6b6a505f897c3141eacc81494" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c: In function 'ikcp_segment_new':
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c:179:42: warning: unused parameter 'kcp' [-Wunused-parameter]
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:   179 | static IKCPSEG *ikcp_segment_new(ikcpcb *kcp, int size)
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:       |                                  ~~~~~~~~^~~
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c: In function 'ikcp_segment_delete':
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c:185:41: warning: unused parameter 'kcp' [-Wunused-parameter]
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:   185 | static void ikcp_segment_delete(ikcpcb *kcp, IKCPSEG *seg)
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:       |                                 ~~~~~~~~^~~
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c: In function 'ikcp_qprint':
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c:226:30: warning: unused parameter 'name' [-Wunused-parameter]
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:   226 | void ikcp_qprint(const char *name, const struct IQUEUEHEAD *head)
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:       |                  ~~~~~~~~~~~~^~~~
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c:226:61: warning: unused parameter 'head' [-Wunused-parameter]
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:   226 | void ikcp_qprint(const char *name, const struct IQUEUEHEAD *head)
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling tokio-kcp-neo v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 8.41s
[INFO] running `Command { std: "docker" "inspect" "de245c41b22a7d513d226c08aebdfe93ca7d21c6b6a505f897c3141eacc81494", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "de245c41b22a7d513d226c08aebdfe93ca7d21c6b6a505f897c3141eacc81494" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c: In function 'ikcp_segment_new':
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c:179:42: warning: unused parameter 'kcp' [-Wunused-parameter]
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:   179 | static IKCPSEG *ikcp_segment_new(ikcpcb *kcp, int size)
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:       |                                  ~~~~~~~~^~~
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c: In function 'ikcp_segment_delete':
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c:185:41: warning: unused parameter 'kcp' [-Wunused-parameter]
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:   185 | static void ikcp_segment_delete(ikcpcb *kcp, IKCPSEG *seg)
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:       |                                 ~~~~~~~~^~~
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c: In function 'ikcp_qprint':
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c:226:30: warning: unused parameter 'name' [-Wunused-parameter]
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:   226 | void ikcp_qprint(const char *name, const struct IQUEUEHEAD *head)
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:       |                  ~~~~~~~~~~~~^~~~
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1: native/src/ikcp.c:226:61: warning: unused parameter 'head' [-Wunused-parameter]
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:   226 | void ikcp_qprint(const char *name, const struct IQUEUEHEAD *head)
[INFO] [stderr] warning: tokio-kcp-neo@0.1.1:       |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tokio_kcp_neo-cf7024279a2040bb)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test::tokiokcp_can_transfer_complete_payload_under_packet_loss ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.74s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests tokio_kcp_neo
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "de245c41b22a7d513d226c08aebdfe93ca7d21c6b6a505f897c3141eacc81494", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "de245c41b22a7d513d226c08aebdfe93ca7d21c6b6a505f897c3141eacc81494", kill_on_drop: false }`
[INFO] [stdout] de245c41b22a7d513d226c08aebdfe93ca7d21c6b6a505f897c3141eacc81494
